home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / eShopGen1.03 DEMO / eShopGenDEMO.exe / {app} / template / 02 / items / items.css
Cascading Style Sheet File  |  2004-08-03  |  1KB  |  63 lines

  1. BODY{
  2.    BACKGROUND:white;
  3.    margin-top:0pt;
  4. }
  5. TH{
  6.    align:center;
  7. }
  8. TABLE.itemDetails{
  9.    padding:2pt;
  10.    font-size:10pt;
  11.    font-weight: bold; 
  12.    font-family:Helvetica,Verdana, Arial;
  13.    border-width:0pt;
  14.    border-spacing:0pt;
  15. }
  16. TABLE.subcatDetails{
  17.    color: #00afdf; 
  18.    padding:10pt;   
  19.    font-family: Serif,Arial,Helvetica; 
  20.    font-weight: bold; 
  21. TABLE.topMenu{
  22.    font-weight: bold; 
  23.    font-family: Verdana, Arial,Helvetica; 
  24.    font-size: 9pt; 
  25. }
  26. A.topMenuCat{
  27.    color: #9100CE; 
  28.    text-decoration: none;
  29.    font-size:90%;
  30. A.topMenuCat:hover{
  31.    color: #FC9274; 
  32.    font-size: 80%;
  33. }
  34. TABLE.catName{
  35.    color:#C5C1FF;
  36.    font-weight:bold;
  37.    font-size: 20pt; 
  38.    font-family:times,Arial,Helvetica,Verdana;
  39. }
  40. TD.catName{
  41. /*   color: #002060;*/
  42. }
  43. TABLE.menu{
  44.    font-weight: bold; 
  45.    font-family: Verdana, Arial,Helvetica; 
  46.    font-size: 10pt; 
  47. }
  48. TABLE.advancement{
  49.    color: #000000; 
  50.    font-family: times,Arial,Helvetica; 
  51.    font-size:8pt;
  52. }
  53. A.itemAdvLink{
  54.    color: #FFFFFF; 
  55.    text-decoration: none;
  56. }
  57. A.itemAdvLink:hover{
  58.    color: #FC9274; 
  59.    font-size: 90%;
  60. }
  61.